-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Router #72
Conversation
joshparent
commented
Apr 16, 2024
- Updates URL path based on what building/floor/room the user selected
- Manual URL path input
- Map automatically goes to the requested building/floor/room
… if an incorrect building/floor/room is entered by the user
There are a couple of problems with the current state of this branch. Routing should route to the ground floor if the user types in https://vacansee.github.io/app/DCC/, but right now it just route to the home page. Also if you manually change a URL it should also change the page, not just route to the homepage (it works for some buildings but not others). If I user puts in an incorrect floor (for example app/DCC/12) it should also route to the ground floor. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing browser back/forward support, but the rest is robust.
Merging, good work